home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
evolu.dir
/
00014_3 sec..ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-20
|
318 b
|
22 lines
on enterFrame
global timerFlag
if timerFlag = 0 then
startTimer()
end if
end
on exitFrame
global timerFlag
if the timer < (60 * 3) then
set timerFlag to 1
go(the frame)
else
set timerFlag to 0
if the frameLabel = "end" then
go(1)
else
go(#next)
end if
end if
end